diff --git a/share/roundup/templates/jinja2/html/keyword.item.html b/share/roundup/templates/jinja2/html/keyword.item.html --- a/share/roundup/templates/jinja2/html/keyword.item.html +++ b/share/roundup/templates/jinja2/html/keyword.item.html @@ -11,28 +11,32 @@ {% block content %}

Existing Keywords

+

{% trans %}To edit an existing keyword (for spelling or typing errors), click on its entry above.{% endtrans %}

-
- + - - - + {{ context.submit(html_kwargs={ 'class': 'btn btn-primary' })|u|safe }}
{% endblock %}